SuperContestEffect

@Serializable
data class SuperContestEffect(val id: Int, val appeal: Int, val flavorTextEntries: List<FlavorText>, val moves: List<Handle.Named<Move>>) : Model(source)

Super contest effects refer to the effects of moves when used in super contests. See: https://pokeapi.co/docs/v2#super-contest-effects

Parameters

id

The identifier for this resource.

appeal

The level of appeal this super contest effect has.

flavorTextEntries

The flavor text of this super contest effect listed in different languages.

moves

A list of moves that have this super contest effect.

Constructors

Link copied to clipboard
constructor(id: Int, appeal: Int, flavorTextEntries: List<FlavorText>, moves: List<Handle.Named<Move>>)

Properties

Link copied to clipboard
val appeal: Int
Link copied to clipboard
Link copied to clipboard
open override val id: Int
Link copied to clipboard